home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / xeno / uc.lha / uc / UC25ENG.doc < prev    next >
Text File  |  1995-03-21  |  3KB  |  102 lines

  1. *****************************************************************************
  2. Program name: User Creditor v2.5a         Purpose: Give/Take Uploaded Credits
  3. Author      : Lazze Ziden                 Date   : 21-Mar-95
  4. Language    : SAS C v6.50
  5. *****************************************************************************
  6.  
  7. 1. User Creditor vs. Other Creditors
  8. -------------------------------------
  9.  
  10.   What can UserCreditor do ?
  11.  
  12.  * UserCreditor works with Percent. Giving you the advantage of being able to
  13.    give 30% extra credits for a file, or draw 80% credits for a bad file.
  14.  
  15.  * If the user hasn't enough Upload Credits. UserCreditor will add
  16.    the rest to DownloadedBytes. Ie. If the user only uploaded one 500kb file
  17.    and you want to withdraw 200%(the file was a SuperVirus) then 500kb will
  18.    be drawn from Upload, and 500kb Added to DownloadedBytes.
  19.  
  20.  * UserCreditor writes a letter to the user. The letter explains what has
  21.    happened to the user.
  22.  
  23.  * I hope all data is clearly displayed all the time.
  24.  
  25.  * You can have 10 pre-definied comments. Xconfig:UC.Config ( example incl. )
  26.  
  27.  * Added ANSI Support
  28.   
  29.  * Move/Kill File added
  30.  
  31.  * Screen Clear added
  32.  
  33. 2. How to install ?
  34. -------------------
  35.  
  36.   I'd recommend adding UserCreditor to your Browsefile menu.
  37.  
  38. Syntax:
  39.  
  40. UC25 <XLCallBack> <Msg_Sect> <Bad_Sect> <Scr_Clr> <From> <Filename>
  41.  
  42. (browsefile.src)
  43.  
  44.     cmd = "Y"
  45.        {
  46.               XenolinkDoor "Doors:UC25 ~20 0 5 1 Sysop ~576"
  47.        }
  48.  
  49.  
  50.     ~20 -> XenolinkCallBackData Adress, Very Important!
  51.  
  52.           0 -> Messagebase for saving the letters
  53.  
  54.           5 -> Filearea for MOVE command ( ie. the BADFILES area )
  55.      
  56.           1 -> ClearScreen. 1 == YES, 0 == NO
  57.         
  58.       Sysop -> The "From" name in the letter
  59.    
  60.        ~576 -> Filename from browsefile menu
  61.  
  62.   If you want, you can start UserCreditor without tilde code ~576, then 
  63. UserCreditor will ask for the filename.
  64.  
  65. 3. Contacting me ?
  66. ------------------
  67.  
  68. If you have any suggestions/bug reports etc. please contact me.
  69.  
  70. Fidonet  2:201/244.3 ( I'm a point under Arkham Asylum )
  71.  
  72. or call my BBS
  73. --------------
  74.  
  75. Tea 42 BBS +46-8-712 40 67
  76.  
  77. If you like the program, please send me something ( whisky, beer, 
  78. postcard, girls or whatever ;)
  79.  
  80. Snailmail:
  81. ----------
  82.  
  83. Lars Siden
  84. Mellanbergsvagen 27, 1 trappa
  85. Tyreso
  86. Sweden
  87.  
  88.                                   Lars Siden
  89.  
  90. Thanks to:
  91. ----------
  92.  
  93. Mark Hero       - The REX of REXX
  94.             
  95. Jonathan Forbes - Without you, no XL, without XL, no fun ;) 
  96.  
  97. Lipton          - For making good Tea!!!
  98.  
  99. Daniel Frost    - For your bright/positive look of life ;))
  100.  
  101. Micke Persson   - For your opinions
  102.